/* Float Clearing
 ---------------------------------------------------------------------*/

.module:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* float clearing for IE6 */
* html .module
{
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */
* + html .module
{
	min-height: 1%;
}


/* General Typography
 ---------------------------------------------------------------------*/

a.feedback:link, a.feedback:visited, a.feedback:active {
  text-decoration: none !important;
  color:#900; 
  border-bottom:1px dotted #900;

}
a.feedback:hover {
  text-decoration: none !important;
  color: #000;
  border-bottom:1px solid #900;
}

h1
{
	font-weight: bold;
	color: #007ac3;
	font-size: 2em;
	line-height: 1em;
	margin: 1.25em 0 .75em 0;
}

h2
{
	color: #1371aa;
	font-weight: bold;
	font-size: 1.6666em;
	line-height: 1em;
	margin: 1.25em 0 .75em 0;
}

h3
{
	color: #1371aa;
	font-size: 1.41667em;
	line-height: 1em;
	font-weight: bold;
	margin: 1.25em 0 .75em 0;
}

h4
{
	color: #000;
	font-size: 1.1667em;
	line-height: 1em;
	font-weight: bold;
	margin: 1.25em 0 .5em 0;
}

h5
{
	color: #000;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	margin: 1.25em 0 .5em 0;
}

h6
{
	color: #000;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	margin: 1.25em 0 .5em 0;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
	line-height: 1.75em;
}

p
{

	line-height: 1.75em;
	margin: .25em 0 1.5em;
}
span
{
	line-height: 1.3333em;
}

blockquote
{
	margin: .416em 0 .416em 1.1667em;
}

a
{
	color: #0e82c7;
	text-decoration: none;
	font-size: inherit;
	font-weight: inherit;
}

a:hover
{
	text-decoration: underline;
}



pre, code, tt
{
	font-family: "Andale Mono" , "Lucida Console" , "Courier New" , Courier, monospace;
	margin: .833em 0;
}
sub
{
	vertical-align: sub;
	font-size: smaller;
	line-height:inherit;
}

sup
{
	vertical-align: super;
	font-size: smaller;
	line-height:inherit;
}

/* Page Specific
 ---------------------------------------------------------------------*/

#container 
{

margin:0 auto 10px;
text-align:left;
width:1000px;
}
.breadCrumbHolder
{
	margin:0 0 20px 0;
}
pre
{
	background:#ddd;
	border:solid 1px #fff;
	padding:10px;
	color:#111;
}
.description
{
	float:left;
	width:700px;
	margin-right:20px;
}
.sideBar
{
	float:left;
	background:#fff;
	border:solid 1px #dedede;
	padding:20px;
	width:238px;
	margin:50px 0 0 0;
}
.license p
{
	font-size:0.83333em;
	color:#888;
}

a.hilight:link, a.hilight:visited, a.hilight:active {
  text-decoration: none !important;
  color: #2b9cdd;
  font-size: 14px;
  font-weight:bold;
  border-bottom: 1px dotted #333;

}
a.hilight:hover {
  text-decoration: none !important;
  color: #000;
  border-bottom: 1px solid #999;
} 
a.overlapAnn:link, a.overlapAnn:visited, a.overlapAnn:active {
  text-decoration: none !important;
  margin-left: 14px;
  color: #F00000;
  font-size: 14px;
  font-weight:bold;
  border-bottom: 1px dotted #333;

}
a.overlapAnn:hover {
  text-decoration: none !important;
  color: #000;
  border-bottom: 1px solid #999;
} 

.color1 { color: #416469; font-size: 14px; font-weight: bold }
.color2 { color: #ff262c; font-size: 14px; font-weight: bold }
.color3 { color: #8d4e18; font-size: 14px; font-weight: bold }
.color4 { color: #3a8f25; font-size: 14px; font-weight: bold }
.color5 { color: #b20072; font-size: 14px; font-weight: bold }
.color6 { color: #ffb200; font-size: 14px; font-weight: bold }
.color7 { color: #1a7f06; font-size: 14px; font-weight: bold }
.color8 { color: #1e5197; font-size: 14px; font-weight: bold }
.color9 { color: #69C; font-size: 14px; font-weight: bold }
.color10 { color: #960; font-size: 14px; font-weight: bold }
.color11 { color: #4c4c39; font-size: 14px; font-weight: bold }
.color12 { color: #75003c; font-size: 14px; font-weight: bold }
.color13 { color: #c43911; font-size: 14px; font-weight: bold }
.color14 { color: #5586a7; font-size: 14px; font-weight: bold }
.color15 { color: #022859; font-size: 14px; font-weight: bold }
.color16 { color: #f060c0; font-size: 14px; font-weight: bold }
.color17 { color: #60a080; font-size: 14px; font-weight: bold }
.color18 { color: #006000; font-size: 14px; font-weight: bold }
.color19 { color: #b0a123; font-size: 14px; font-weight: bold }
.color20 { color: #7c2916; font-size: 14px; font-weight: bold }
.color21 { color: #167c57; font-size: 14px; font-weight: bold }
.black { color: #000; font-size: 14px; font-weight: bold }